; * src/cm.c (cmcheckmagic): Typo fix.
authorRobert Pluim <rpluim@gmail.com>
Tue, 4 Jun 2024 13:56:41 +0000 (15:56 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 4 Jun 2024 13:56:41 +0000 (15:56 +0200)
src/cm.c

index 85fc3e776c8a617d69d6543a79e39ba0a38e600f..c6c64d95a2ac39d467dd3d95ac228b1b09297caf 100644 (file)
--- a/src/cm.c
+++ b/src/cm.c
@@ -111,8 +111,8 @@ addcol (tty, n) {
 void
 cmcheckmagic (struct tty_display_info *tty)
 {
-  /* If we have unhandled SIGWINCH, we don't really know what are our
-     up-to-date frame diumensions.  */
+  /* If we have an unhandled SIGWINCH, we don't really know what our
+     up-to-date frame dimensions are.  */
   if (frame_size_change_delayed ())
     return;
   if (curX (tty) == FrameCols (tty))